home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / Inkscape-0.43-2.win32.exe / share / extensions / ai_input.inx < prev    next >
Encoding:
Inkscape extension descriptor  |  2005-06-16  |  684 b   |  17 lines

  1. <inkscape-extension>
  2.     <name>AI Input</name>
  3.     <id>org.inkscape.input.ai</id>
  4.     <dependency type="executable" location="path">perl</dependency>
  5.     <dependency type="executable" location="extensions">ill2svg.pl</dependency>
  6.     <input>
  7.         <extension>.ai</extension>
  8.         <mimetype>image/x-adobe-illustrator</mimetype>
  9.         <filetypename>Adobe Illustrator (*.ai)</filetypename>
  10.         <filetypetooltip>Open files saved with Adobe Illustrator</filetypetooltip>
  11.         <output_extension>org.inkscape.output.ai</output_extension>
  12.     </input>
  13.     <script>
  14.         <command reldir="extensions" interpreter="perl">ill2svg.pl</command>
  15.     </script>
  16. </inkscape-extension>
  17.